home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
MorphOS
/
tictactoe-1.2.1
/
moves.h
< prev
next >
Wrap
C/C++ Source or Header
|
2002-10-22
|
108b
|
7 lines
#ifndef __MOVES__H__
#define __MOVES__H__
int get_your_move();
int get_my_move();
int end_of_game();
#endif